crypto/tls.halfConn.err (field)

8 uses

	crypto/tls (current package)
		conn.go#L174: 	err     error  // first permanent error
		conn.go#L200: 		hc.err = &permanentError{err: e}
		conn.go#L202: 		hc.err = err
		conn.go#L204: 	return hc.err
		conn.go#L613: 	if c.in.err != nil {
		conn.go#L614: 		return c.in.err
		conn.go#L1216: 	if err := c.out.err; err != nil {
		conn.go#L1594: 			if !errors.As(c.out.err, &a) {